home *** CD-ROM | disk | FTP | other *** search
- Path: ccnet.com!usenet
- From: fladung@emf.net (Fast Eddie)
- Newsgroups: comp.lang.c
- Subject: Multiple Labels in a #ifdef
- Date: Thu, 01 Feb 1996 23:12:50 GMT
- Organization: CCnet Communications (510-988-7140 guest)
- Message-ID: <4erh8d$86u@ccnet2.ccnet.com>
- Reply-To: fladung@emf.net
- NNTP-Posting-Host: 199.217.9.50
- X-Newsreader: Forte Free Agent 1.0.82
-
- Is is possible to use multiple labels in a #ifdef?
-
- This is what I would like to do:
-
- #ifdef (DEBUG1 | DEBUG2 | DEBUG3)
-
- /* define something if DEBUG1 or DEBUG2 or DEBUG3 is defined */
-
- #endif
-
-
-